| Previous | Chapter Contents | Chapter Top | Next |
A knob description structure contains sound parameter values for a single knob. It is defined by the KnobDescription data type.
struct KnobDescription {
Str63 name;
long lowValue;
long highValue;
long defaultValue;
long flags;
long knobID;
};
typedef struct KnobDescription KnobDescription;
| Previous | Chapter Contents | Chapter Top | Next |